Skip to content

Conversation

@github-actions
Copy link
Contributor

kickoff release

harsh62 and others added 4 commits November 12, 2025 07:13
…#4094)

* fix(auth): caching session during error transitions while auto signing in

* update test

* add unit tests

* fix swift format errors

* Update AWSAuthSignUpAPITests.swift
…#4095)

Fixes #4073

Changed timestamp generation in CognitoUserPoolASF.prepareJsonPayload to use Int64 instead of Double to match the %lli format specifier. This resolves the format string mismatch warning that was appearing during sign-in operations.

The issue was caused by floor() returning a Double while the format string expected an Int64. Converting directly to Int64 maintains the same functionality while eliminating the type mismatch.
…4096)

* feat(auth): add support for cognito oidc parameters in managed login

* fix build and swiftlint issues

* fix build issues

* update code
* fix: only throw session expired for cognito provider

* add more protection against random logouts

* fix unit tests

* fix swift format

* Update AuthenticationProviderDeleteUserTests.swift

* reverting protected data changes
@github-actions github-actions bot requested a review from a team as a code owner November 19, 2025 18:45
@thisisabhash thisisabhash merged commit 408044b into release Nov 19, 2025
332 of 494 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants